AddForceAtPosition alternative

Hi, im currently working on complex stuff where I cant use rigidbody, so Im asking if I can make my own AddForceAtPosition function but Unity doesnt provide code for that

Use Vector2.Lerp(transform.position, targetPos, Speed * Time.deltaTime);