Hi, this can be done with AutoHotKey. Download it from the blue/white button here: https://autohotkey.com/download/ and install it. In order for AHK to work, you will need to provide it a script. Scripts can be created in Notepad and save the file with an .ahk file extension. For example: MyScript.ahk
I don't have the same software installed that you do so I can't create the exact script for you, however I will show you an example that I think you can work with (depending on your level of computer knowledge).
I created a script that opens Notepad, 7-Zip, and 2 tabs in Edge. I had some trouble with the WinMove function but eventually got it figured out and I left plenty of comments in my script which may help you out. Here is the...