you can try some of these calls with the application that you want to bring up. I guess it's best to call them on FormShow if you are using a form event.
BringWindowToTop(Application.Handle);
SetForegroundWindow(Application.Handle);
SetActiveWindow(Application.Handle);