I think this will work
Code:
If App.PrevInstance Then
        ' Activate the previous instance
        AppActivate App.Title
        
        ' Send a key (here SHIFT-key) to set the
        ' form from the previous instance to the
        ' top of the screen.
        SendKeys "+", True
        
        End If