I am not an iTween user, but from the method name (MoveTo), it sounds you should pass the position it should move to, not the direction it should move to.
If you function is getting called multiple times then multiple iTween scripts are going off at the same time. Make sure that function is only getting called once.