I am having a problem getting two player instances to properly collide with physics.

My goal is to allow the player with the greatest amount of force (setlinearvelocity) to nudge other players that are not moving or moving slower; in a somewhat realistic manner. :)
I am using RigidBody2D with Character mode; if that makes any difference.
Anyone know how I can do this?