Hi Rakesh,
One way to speed up the UDP read process is to read and process the data in chunks. Additional details on this and other UDP limitations can be found in the MATLAB Answers post below:
Another alternative is to write the networking part of the code in Java, utilizing MATLAB's ability to call Java code. An example for UDP implementation in Java can be found in File Exchange:
Hope this is helpful!