How can I make object move to certain place

My object moves right and I need it to move to certain position no matter where it is in a moment. How can I do it?

use this code:

Vector3.Lerp(Current.position, Destination.position, 1);