How to call Another 2nd script while 1st script is running

Let assume my 1st script is running.now i have to call my 2nd script.then after 2nd script executed then it’s redirect to my 1 script and rest of the 1st script part executed…plz give code :oops:

To call script2 from script1, just use the name of script2 in script1.

Click "someImage"
WaitFor 8, "anotherImage"
Script2 // calls and runs script2
Click "image3" // execution returns here and continues after script2 runs