Is it possible to have nested Middleman sites?

I have two Middleman sites. One is the main, parent site that sits at the top level. The other is a child site, for a different topic, that I would like to nest in via something like Git submodules.

I was wondering if it was possible to do this? Maybe even have the parent build the child.

Thanks in advance!