You want a second hair system driven by the same guides as the second? You could do this create a second branch. We are working to develop a node graph so artists can make this connections and branch out easily. Meanwhile, you can do this using the Node Editor, there you can see how Ox nodes are connected and create a new branch. See this video to know more about this topic:
https://vimeo.com/181427668
Or, you can just select GuidesFromMesh or GuidesFromCurves and use the following MEL script:
string $selectedNode[] = `ls -selection`;
OxAddStrandOperator2( $selectedNode[0], "HairFromGuidesNode", 1 )
This script will create a new branch starting from the selected Node in the NodeEditor or the HairStack and add a new HairFromGuides node. This way you will have a second hair object driven by the guides of the first hair object. The Node Editor should look like this:
The HairStack should look like this, notice the "Branch" label, this is where the new branch starts, you can double click to switch to the shape of each branch:
I recommed you try to make those connections manually, this will help you understand how Ox nodes work and unlock lots of possibilities. I'm including my test scene here.
Jeordanis Figuereo (Product Designer. EPHERE Inc.)