There is no native way to do this AFAIK.
Perhaps some third party apps offer a sort function?
But I doubt many, if any, offer the function because of how they receive posts in chunks, most recent first.
So they’d have to pull all posts with that tag first instead of just showing you the most recent ones and ask for more as you scroll down, and then they have to check each post’s boost count and place them in order.