Hey, not sure if I get it correctly. Is B a lowpoly mesh or a scan? If B is a lowpoly base mesh and A is the same mesh wrapped onto some scan, then yes, having that mapping you can automatically map another base mesh B2 to the same scan. If both B and B2 have the same geometrical shape (and different topology), you can use a **Lattice node **(http://www.russian3dscanner.com/docs/Wrap3/Nodes/Lattice/Lattice.html) to deform B2 into A2 the same way as B was deformed to A.
Oh, I see. So you have a set of facial expressions for the basemesh B and want to transfer those expressions to a neutral mesh A. If A and B are in the same topology, you can use a Blendhsape node to do that. The process is shown in this video starting from 4:00 https://vimeo.com/244956883
If A and B are in different topology, you can wrap A onto B’s neutral expression, then use a Lattice node to get the rest of the expressions in A topology. Then use the previous step.