Hi Raja
If your business process need to change the same record in parallel mode you should to split record fields by roles between users. In this case every user will be update just fields in record according to role assigned to him.
If your business process need to add updates from different users at the same time - you can use check in - check out function or protect record function. When one user update the record another one waiting him.
Regards
Konsta