You could use the power FX navigate function
For example if you were working with a gallery, you would do something like:
Navigate(
AccountGallery.Selected,
{ Page: 'Accounts (Forms)'.Account //this is the name of your form//} )
In theory, a variation on this would work from a command button
Navigate( { Page: 'Accounts (Forms)'.Account } )
As you are working with Power FX, this should work from an ALM perspective