Hello Vaishali9,
I hope all is great with you. Thank you for using the NXP communities.
Are you enabling the ALARM interrupt?
control_2 = RTC_CTRL_2_DEFAULT | RTC_ALARM_AIE; // enable interrupt
control_2 &= ~RTC_ALARM_AF;
I do recommend using the following example code as a reference for your design.
https://github.com/SolderedElectronics/PCF85063A-Arduino-Library/blob/master/PCF85063A.cpp
Please note that this is not an official driver.
I hope this information helps.
Regards,
David