Hi,
Right now it's not possible, since the tween will always consider the gameObject's position as the starting one (I chose to do that in order to make it consistent with the logic of the other tween types). But why you don't simply move the gameObject's position, when creating the new path, to where you want the first waypoint to be?
Cheers