Your explanation is still kinda difficult to understand but I'll try:
So as I understand it the main page (root) needs to display the child pages (layer 1 in your picture/reference?) And the child pages (layer 1) needs to display the pages at the same level that it is currently on.
A ordered list may be better to understand than your picture:
Main (Root)
1. Page on Layer 1
a. Page on Layer 2
2. Page on Layer 1
a. Page on Layer 2
3. Page on Layer 1
So from what I can garner you want the root page to display pages on layer 1 and on the child pages you also want pages to display the menu on layer 1. If that is correct then the solution is easy. Create three skins, one for the homepage, one for layer 1, and one for layer 2 (you can just copy the skin you made for layer one and change a property to use it for layer 2.
On the skin for the root pages set the level to child and on the the skin for layer 1 set the level to same. On the layer three skin set the level to parent.
Based on your description thisd should achieve what you are looking for.
Regards,
Christopher Koeber