No, that is only possible internally and still difficult. You can disable a motor and move it manually
- M99 S<delayInSec> X0 Y0 Z0 - Disable motors for S seconds (default 10) for
given axis.
or with M17/M18
Moving motor some steps voids stored position and then you need to home to get position back. The only case where this happens is when the end stop offsets are applied after homing.