Hi Rahul,
1) In your List A, add new column "Parent" it should hold the id of the current items parent.
2) You can create an event receiver for ItemUpdated and bind it to your list.
3) In Event receiver, you can write code to retrieve all the items where the "Parent" column contains id of the current updated item, when the status is closed and then modify the items status to CLOSED.