Samdell 2D or 3D?
Use lerp. Alternatively use a Curve and sample between 1 and 0. Or use another algorithm, but it must always go from 0 to 1 or starting position to end position.
Another solution is to use a tween.
But you are not giving enough information, or any information at all.