Auto Navigation to Vision application

I have scenario where vision project application and one more windows-based application will be running parallelly, I want to navigate to vision application screen if any particular tag is high if user has opened any windows-based application.
Ignition Version: 8.1.48 (b2025042910)

There's no "out of the box" solution for this. StackOverflow has some suggestions for calling the W32 API via JNA. Not trivial. Perhaps a vbscript snippet will do.