Linking 2 Github repos to the same Netlify domain

Hello,
I want to connect 2 github repos to the same Netlify hosted custom domain:

www.example.com - main site
example2.netlify.com - secondary site

the second one should be viewed when visiting this address:
www.example.com/example2/

Probably code 200 rewrite should be used. Both sites are in the same free Netlify account.

Thank you