How to sort by two meta keys in admin area?

I am sorting a custom post on a page by a meta key called Order ordered by DESC followed by a meta key called Sub order ordered by ASC but I can’t fathom how to do the same sorting in the WordPress Admin area and I can’t find any examples that combine the $query->set('property', 'value') syntax with an array assuming that’s the correct method.