Every Destination Screen has  a return script which indicates how to exit the destination screen:

The return script shows how to go back to the nearest junction and onto the navigation system. It probably contains just a single executable line:
 
SENDKEY(KeyF12);
 
The return script does not necessarily have to go back via the junction where it was originally invoked from, but typically it does. 
Also See:
SENDKEY Function