1. Add fscommand("quit", ""); just AFTER you call fscommand("exec", "whatever") to open the next EXE. That will open the app and quit the current one.

2. You can't tell an animation to start at a specific frame when you're starting it as an EXE, but you can use gotoAndPlay(n) in your FLA to jump to frame n.