So I have main.cpp and main2.cpp with int main in each. I want to get 2 exes out of it. Is it possible and what would be instruction to create such project?
You need a solution which includes two projects. Have a read of the Visual Studio documentation on solutions and projects.