I apologize in advance if this is not the correct forum.
I manually run the following terminal line below to open multiple versions of Skype, swapping user two for user3 each subsequent time it's run to open a new version.
su user2 -c "/Applications/Skype.app/Contents/MacOS/Skype && exit"
I...