Solutions include using:
* The chipmunk physics behavior. This has expressions to get the collision vector (or normal).
* The raycasting plugin. It doesn't give the collision vector between two shapes but you can use some rays to calculate it.
* Here are a few other ideas I've used to calculate the collision vector: